home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (Latin America) Volume 1 #6 / CD-ROM Today 6 Latam.iso / referenc / evol / database.dxr / 00112_NARR click.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  140 b   |  10 lines

  1. on mouseDown
  2. end
  3.  
  4. on highlight spr
  5.   set the member of sprite spr to 19 + spr
  6.   updateStage()
  7.   repeat while the mouseDown
  8.   end repeat
  9. end
  10.